Spread Silverlight Documentation
Item Property (SpreadChartElementCollection<T>)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadChartElementCollection<T> Class : Item Property
Gets or sets the SpreadChartElement at the specified index.
Syntax
'Declaration
 
Public Overrides Default Property Item( _
   ByVal index As System.Integer _
) As T
'Usage
 
Dim instance As SpreadChartElementCollection(Of T)
Dim index As System.Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public override T this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

SpreadChartElementCollection<T> Class
SpreadChartElementCollection<T> Members